You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > RegModels Class > RegModels Methods > MulLinEval Method > RegModels.MulLinEval Method ([In] double[], [In] TVec, bool)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
RegModels.MulLinEval Method ([In] double[], [In] TVec, bool)

Evaluates multiple linear function.

Syntax
C#
Visual Basic
public static double MulLinEval([In] double[] B, [In] TVec X, bool Constant);

b[0] + b[1]*x[0] + b[2]*x[1] + ... for given value X and parameters in B array.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!